home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld: Complete Mac Interactive
/
Macworld Complete Mac Interactive CD)(1994).iso
/
Software
/
Graphsoft
/
Arch Demo
/
Core.sit
/
MiniCad 5 Demo.rsrc
/
STR#_7016.txt
< prev
next >
Wrap
Text File
|
1994-04-15
|
2KB
|
85 lines
Returns a handle to the currently active symbol.
ActSymDef : Handle;
Returns a handle to the last object created in MiniPascal. Returns nil if no objects have been created yet.
LNewObj : Handle;
Returns a handle to the topmost object that contains the point (X, Y).
PickObject(X, Y : REAL) : Handle;
Receives a handle to a folder within the symbol library and returns a handle to the first object within that folder.
FInFolder(h : Handle) : Handle;
Receives a handle to a layer and returns the handle to the first object on that layer.
FInLayer(h : Handle) : Handle;
Receives a handle to a symbol definition in a symbol library and returns a handle to the first object within the symbol definition.
FInSymDef(h : Handle) : Handle;
Receives a handle to a 3D object and returns a handle to the first object inside the 3D object.
FIn3D(h : Handle) : Handle;
Receives a handle to a group and returns a handle to the first object inside the group.
FInGroup(h : Handle) : Handle;
Returns a handle to the first object in the current document’s symbol library.
FSymDef : Handle;
Receives a handle to a graphic object and returns a handle to its corresponding layer.
GetLayer(h : Handle) : Handle;
Returns a handle to the first selected object on the layer specified by h.
FSObject(h : Handle) : Handle;
Returns a handle to the currently active layer.
ActLayer : Handle;
Returns a handle to the last layer in a drawing.
LLayer : Handle;
Returns a handle to the first layer in a drawing.
FLayer : Handle;
Returns a handle to the object with the given name.
GetObject(Name : STRING) : Handle;
Returns a handle to the currently active spreadsheet.
ActSSheet : Handle;
Return a handle to the last selected object on the active layer.
LSActLayer : Handle;
Return a handle to the first selected object on the active layer.
FSActLayer : Handle;
Returns a handle to the first object on the active layer.
FActLayer : Handle;
Returns a handle to the last object in the active document.
LObject : Handle;
Returns a handle to the first object in the active document.
FObject : Handle;